[Zend_Framework] Group by date with Zend_Db

Posted by rasouza on Stack Overflow See other posts from Stack Overflow or by rasouza
Published on 2010-05-16T12:02:30Z Indexed on 2010/05/16 12:40 UTC
Read the original article Hit count: 134

Filed under:

I have several entries in a table with name and date. I'd like to fetchAll with Zend_Db then get a grouped-by-date array. How do I do that?

© Stack Overflow or respective owner

Related posts about zend-framework